- default argument
- аргумент по умолчаниюАргумент функции, который не обязательно задавать в точке вызова. Если аргумент не задан, используется значение, указанное при объявлении функции.
English-Russian glossary of C + +. 2014.
English-Russian glossary of C + +. 2014.
Default argument — In computer programming, a default argument is an argument to a function that a programmer is not required to specify. A default value is specified when the function is declared and the default value is automatically passed to the function when… … Wikipedia
Argument (disambiguation) — In general parlance, an argument is a discussion involving conflicting points of view. General types of argument * Argument, a demonstration of a proof, or using logical reasoning for persuasion * Argument form, the logical structure of an… … Wikipedia
Default constructor — In computer programming languages the term “default constructor” refers to a constructor that is automatically generated in the absence of explicit constructors (and perhaps under other circumstances); this automatically provided constructor is… … Wikipedia
Command-line argument — In computer command line interfaces, a command line argument is an argument sent to a program being called. In general, a program can take any number of command line arguments, which may be necessary for the program to run, or may even be ignored … Wikipedia
Doomsday argument — World population from 10,000 BC to AD 2000 The Doomsday argument (DA) is a probabilistic argument that claims to predict the number of future members of the human species given only an estimate of the total number of humans born so far. Simply… … Wikipedia
Procedural default — is a concept in American Federal Courts law that requires a state prisoner seeking a writ of Habeas Corpus in federal court to have present [ed] his federal law argument to the state courts [on direct review] in compliance with state procedural… … Wikipedia
Credit default swap — Produits dérivés financiers Produits fermes Forwards (Contrat de gré à gré) Futures (Contrat à terme) Swaps (Échange financier) Produits optionnels Options et Warrants Credit default swap (couvertures de défaillance) … Wikipédia en Français
Credit Default Swap — Les dérivés sur événement de crédit[1] ou en anglais Credit Default Swaps (CDS) sont des contrats financiers de protection, entre acheteurs et vendeurs. L acheteur de protection verse une prime[2] ex ante annuelle calculée sur le montant… … Wikipédia en Français
command-line argument — A parameter that alters the default mode of a command. In many operating systems, a commandline argument is one or more letters or numbers preceded by the / (slash) character. In Unix, a command line argument may be called an option or a flag… … Dictionary of networking
Parameter (computer science) — In computer programming, a parameter is a variable which takes on the meaning of a corresponding argument passed in a call to a subroutine. In the most common case, call by value, a parameter acts within the subroutine as a local (isolated) copy… … Wikipedia
Stdarg.h — is a header in the C standard library of the C programming language that allows functions to accept an indefinite number of arguments. C++ provides this functionality in the header ; the C header, though permitted, is deprecated in C++.The… … Wikipedia